added SSCLI 1.0
[windows-sources.git] / shared source / sscli_ref_20021101 / docs / System.Configuration / System.Configuration.html
blob46bc792808f317caff982107381d4398563d184d
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
2 <head>
3 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <link rel="stylesheet" type="text/css" href="../refdoc.css">
5 <title>Namespace: System.Configuration</title>
6 </head>
7 <body>
8 <h2>Namespace: System.Configuration</h2>
9 <dl>
10 <dd>
11 <p> The <a href="../System.Configuration/System.Configuration.html">System.Configuration</a> namespace provides classes and interfaces that allow you to programmatically access .NET Framework configuration settings and handle errors in configuration files (.config files).</p>
12 </dd>
13 </dl>
14 <h3>Members of System.Configuration Namespace</h3><b>Classes</b><dl>
15 <dd>
16 <table border="1" width="90%" style="border-collapse: collapse">
17 <tr valign="top">
18 <th bgcolor="#C0C0C0">Class</th>
19 <th bgcolor="#C0C0C0">
20 Description
21 </th>
22 </tr>
23 <tr valign="top">
24 <td width="30%"><a href="types/AppSettingsReader.html">class AppSettingsReader</a></td>
25 <td width="60%"> Provides a method for reading values of a particular type from the .config file. 
26 </td>
27 </tr>
28 <tr valign="top">
29 <td width="30%"><a href="types/ConfigurationException.html">class ConfigurationException</a></td>
30 <td width="60%"> The exception that is thrown when an error occurs in a configuration setting. 
31 </td>
32 </tr>
33 <tr valign="top">
34 <td width="30%"><a href="types/ConfigurationSettings.html">class ConfigurationSettings</a></td>
35 <td width="60%"> Provides access to configuration settings in a specified configuration section. This class cannot be inherited. 
36 </td>
37 </tr>
38 <tr valign="top">
39 <td width="30%"><a href="types/ConfigXmlDocument.html">class ConfigXmlDocument</a></td>
40 <td width="60%"><i>
41 This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
42 </i><br><br> 
43 </td>
44 </tr>
45 <tr valign="top">
46 <td width="30%"><a href="types/DictionarySectionHandler.html">class DictionarySectionHandler</a></td>
47 <td width="60%"> Reads key-value pair configuration information for a configuration section. 
48 </td>
49 </tr>
50 <tr valign="top">
51 <td width="30%"><a href="types/IgnoreSectionHandler.html">class IgnoreSectionHandler</a></td>
52 <td width="60%"> Provides a section handler definition for configuration sections read and handled by systems other than System.Configuration. 
53 </td>
54 </tr>
55 <tr valign="top">
56 <td width="30%"><a href="types/NameValueFileSectionHandler.html">class NameValueFileSectionHandler</a></td>
57 <td width="60%"><i>
58 This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
59 </i><br><br> 
60 </td>
61 </tr>
62 <tr valign="top">
63 <td width="30%"><a href="types/NameValueSectionHandler.html">class NameValueSectionHandler</a></td>
64 <td width="60%"> Provides name-value pair configuration information from a configuration section. 
65 </td>
66 </tr>
67 <tr valign="top">
68 <td width="30%"><a href="types/SingleTagSectionHandler.html">class SingleTagSectionHandler</a></td>
69 <td width="60%"> Provides a means of reading XML attributes in a configuration section as key/value pairs. 
70 </td>
71 </tr>
72 </table>
73 </dd>
74 </dl><br><b>Interfaces</b><dl>
75 <dd>
76 <table border="1" width="90%" style="border-collapse: collapse">
77 <tr valign="top">
78 <th bgcolor="#C0C0C0">Interface</th>
79 <th bgcolor="#C0C0C0">
80 Description
81 </th>
82 </tr>
83 <tr valign="top">
84 <td width="30%"><a href="types/IConfigurationSectionHandler.html">interface IConfigurationSectionHandler</a></td>
85 <td width="60%"> Defines the contract that all configuration section handlers must implement in order to participate in the resolution of configuration settings. 
86 </td>
87 </tr>
88 <tr valign="top">
89 <td width="30%"><a href="types/IConfigurationSystem.html">interface IConfigurationSystem</a></td>
90 <td width="60%"><i>
91 This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
92 </i><br><br> The IConfigurationSystem interface defines the contract that a configuration system must implement. 
93 </td>
94 </tr>
95 </table>
96 </dd>
97 </dl><br><b>Namepace hierarchy</b><br><ul class="none">
98 <li><a href="../System/types/Object.html">System.Object</a></li>
99 <ul class="none">
100 <li><a href="../System.Configuration/types/AppSettingsReader.html">System.Configuration.AppSettingsReader</a></li>
101 </ul>
102 <ul class="none">
103 <li><a href="../System.Configuration/types/ConfigurationSettings.html">System.Configuration.ConfigurationSettings</a></li>
104 </ul>
105 <ul class="none">
106 <li><a href="../System.Configuration/types/DictionarySectionHandler.html">System.Configuration.DictionarySectionHandler</a> --- <a href="../System.Configuration/types/IConfigurationSectionHandler.html">System.Configuration.IConfigurationSectionHandler</a></li>
107 </ul>
108 <ul class="none">
109 <li><a href="../System.Configuration/types/IgnoreSectionHandler.html">System.Configuration.IgnoreSectionHandler</a> --- <a href="../System.Configuration/types/IConfigurationSectionHandler.html">System.Configuration.IConfigurationSectionHandler</a></li>
110 </ul>
111 <ul class="none">
112 <li><a href="../System.Configuration/types/NameValueSectionHandler.html">System.Configuration.NameValueSectionHandler</a> --- <a href="../System.Configuration/types/IConfigurationSectionHandler.html">System.Configuration.IConfigurationSectionHandler</a></li>
113 </ul>
114 <ul class="none">
115 <li><a href="../System.Configuration/types/SingleTagSectionHandler.html">System.Configuration.SingleTagSectionHandler</a> --- <a href="../System.Configuration/types/IConfigurationSectionHandler.html">System.Configuration.IConfigurationSectionHandler</a></li>
116 </ul>
117 <ul class="none">
118 <li><a href="../System/types/Exception.html">System.Exception</a></li>
119 <ul class="none">
120 <li><a href="../System/types/SystemException.html">System.SystemException</a></li>
121 <ul class="none">
122 <li><a href="../System.Configuration/types/ConfigurationException.html">System.Configuration.ConfigurationException</a></li>
123 </ul>
124 </ul>
125 </ul>
126 </ul><br><i><a href="../documentation_license.txt">
127 Copyright (c) 2002 Microsoft Corporation. All rights reserved.
128 </a></i></body>
129 </html>